Move .keycap docs from GtkFrame to GtkLabel
authorTimm Bäder <mail@baedert.org>
Thu, 25 Feb 2016 18:23:40 +0000 (19:23 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 25 Feb 2016 19:45:33 +0000 (20:45 +0100)
That's where .keycap is used nowadays.

gtk/gtkframe.c
gtk/gtklabel.c

index 6f48802e0342019b0fa3f8d01c3346ffec9f6ade..d363d41fb11831263f00d861ffd96c3b74e2db04 100644 (file)
@@ -81,8 +81,7 @@
  *
  * GtkFrame has a main CSS node with name frame and a subnode with
  * name border. The border node is used to render the visible border.
- * The style class .flat can appear with the main node. In the
- * #GtkShortcutsWindow, frames are used with the .keycap style class.
+ * The style class .flat can appear with the main node.
  */
 
 
index c0b37772ab43e4204578b2c1bf4699dad336906c..a51d71f451183ed0c099547bd0538a52718b8582 100644 (file)
@@ -86,7 +86,8 @@
  *
  * GtkLabel has a single CSS node with the name label. A wide variety
  * of style classes may be applied to labels, such as .title, .subtitle,
- * .dim-label, etc.
+ * .dim-label, etc. In the #GtkShortcutsWindow, labels are used wth the
+ * .keycap style class.
  *
  * If the label has a selection, it gets a subnode with name selection.
  *